home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / HippoDraw / HippoDrawSrc1.1 / Hippo.subproj / DrawPageLayout.h < prev    next >
Encoding:
Text File  |  1992-04-25  |  310 b   |  22 lines

  1. #import <appkit/PageLayout.h>
  2.  
  3. @interface DrawPageLayout : PageLayout
  4. {
  5.     id leftMargin;
  6.     id rightMargin;
  7.     id topMargin;
  8.     id bottomMargin;
  9. }
  10.  
  11. /* Methods overridden from superclass */
  12.  
  13. - pickedUnits:sender;
  14. - readPrintInfo;
  15. - writePrintInfo;
  16. - setTopBotForm:anObject;
  17. - setSideForm:anObject;
  18.  
  19. @end
  20.  
  21.  
  22.